loans-api
Get Effective Interest Rate
Environment | Method | URL |
---|---|---|
Mock | POST | https://eu1.anypoint.mulesoft.com/mocking/api/v1/sources/exchange/assets/b83f053f-2270-498d-88d6-a7fa1a88abcb/loans-exp-api/1.0.44/m/loans/effective-interest-rate/search |
Dev | POST | NA |
Stage | POST | https://maictrlstg01.nbirq.com/loans-api/v1/loans/effective-interest-rate/search |
UAT | POST | NA |
Prod | POST | NA |
Description: This endpoint is used to create Effective Interest Rate
Mulesoft Request:
Headers:
Mandatory Headers: x-channel-id,x-correlation-id, x-bank-id,client_id, Authorization
Optional Headers: x-sub-channel-id,x-user-id, client_secret,x-debug-flag,x-debug-flag, x-customer-id
Paramaters:
URI Params: NA
Query Params: NA
Content-type: application/json
{
"productName": "NBI.PERSONAL.QUICK",
"currency": "IQD",
"amount": "1000000",
"startDate": "20220913",
"endDate": "20300913"
}
Mulesoft Response:
Success Response: (200)
{{
"status": {
"success": true,
"code": "200",
"reasonCode": "",
"arabicMessage": "تمت العملية بنجاØ",
"englishMessage": "The Operation has been Successfully Completed"
},
"response": {
"effectiveInterestRate": "8.75"
}
}